projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
335aff3
)
Tweak previous vc-bzr change
author
Glenn Morris
<rgm@gnu.org>
Thu, 22 Mar 2012 19:17:43 +0000
(15:17 -0400)
committer
Glenn Morris
<rgm@gnu.org>
Thu, 22 Mar 2012 19:17:43 +0000
(15:17 -0400)
lisp/vc/vc-bzr.el
patch
|
blob
|
history
diff --git
a/lisp/vc/vc-bzr.el
b/lisp/vc/vc-bzr.el
index 0c1e07d44ccc46f239200468fa7bb5364faf129f..58e1c27c226f1396edc3a77ac818500d70d66f31 100644
(file)
--- a/
lisp/vc/vc-bzr.el
+++ b/
lisp/vc/vc-bzr.el
@@
-93,8
+93,7
@@
If nil, use the value of `vc-diff-switches'. If t, use no switches."
(ignore-errors
(with-temp-buffer
(call-process vc-bzr-program nil t nil "help" "status")
- (goto-char (point-min))
- (if (search-forward "--no-classify")
+ (if (search-backward "--no-classify" nil t)
"--no-classify")))
"String or list of strings specifying switches for bzr status under VC.
The option \"--no-classify\" should be present if your bzr supports it."